home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / LibraryOfCongress / Source / Defaults.h < prev    next >
Text File  |  1992-08-05  |  183b  |  12 lines

  1. #import <objc/Object.h>
  2. extern void openDefaults(), writeDefaults();
  3. extern char FirstUsed[], Site[];
  4. #define NumFetch 3
  5.  
  6. @interface Defaults:Object
  7. {
  8. }
  9.  
  10. - writeDefaults:sender;
  11. @end
  12.